home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
netz
/
amiwin
/
v2.11-update
/
x11
/
bin
/
startx
< prev
next >
Wrap
AmigaDOS Script File
|
1995-08-06
|
298b
|
17 lines
.key display
;$VER: startx 2.11 (05.08.95)
;Copyright © 1995 Holger Kruse
;All rights reserved.
;
setenv DISPLAY local:<display$0>
changetaskpri 1
run AmiWin :<display$0>
changetaskpri 0
WaitForX <display$0>
changetaskpri 2
run twm
changetaskpri 0
if exists x11:.xinitrc
execute x11:.xinitrc
endif